Condition Editor

The editor allows you to easily configure the storage conditions of the data recorder.

Only if this condition is met, then the current record will be saved.

Information: If valid EasyOutput results of a current inspection are available, they can be used directly in the editor.

Examples

Copy
Save all data
true

Copy
Save data disable
false

Copy
Save data when simulation is not active
[SIMULATIONRESULT] == false

Copy
Save OK data from station 0
[JOBSLOTID] == 0 && [RESULTSTRING] == 'PASS'

Copy
Save all data from station 0 and program 'Demo'
[JOBSLOTID] == 0 && [PROGRAM] == 'Demo'

Copy
Save data if save mode = 1 or ( save mode = 2 and check = NOK)
(GetOutputByName('Speichermodus') == '1' || ( GetOutputByName('Speichermodus') == '2' && [RESULTSTRING] != 'PASS' ))